home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2010 April
/
PCWorld0410.iso
/
pluginy Firefox
/
14642
/
14642.xpi
/
chrome
/
content
/
hotkeys.xul
< prev
next >
Wrap
Extensible Markup Language
|
2009-09-16
|
3KB
|
72 lines
<?xml version="1.0"?>
<!-- Copyright 2009, Boomtango.com, All Rights Reserved -->
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
<?xml-stylesheet href="chrome://browser/skin/browser.css" type="text/css" ?>
<?xml-stylesheet href="chrome://boomtango/skin/bt.css" type="text/css" ?>
<!DOCTYPE page SYSTEM "chrome://boomtango/locale/bt.dtd">
<dialog id="boomtangoHotkeys"
title="&hotkeys.title;"
buttons="cancel"
buttonlabelcancel="&hotkeys.close;"
xmlns:html="http://www.w3.org/1999/xhtml"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<description>
&hotkeys.desc;
</description>
<description>
&hotkeys.desc2;
</description>
<separator class="thin"/>
<grid>
<columns>
<column class="key"/>
<column />
<column/>
<column />
</columns>
<rows>
<row>
<label class="key" value="&hotkeys.calendarview.key;"/>
<label value="&hotkeys.calendarview;"/>
<label class="key" value="&hotkeys.hour.key;"/>
<label value="&hotkeys.hour;"/>
</row>
<row>
<label class="key" value="&hotkeys.categoryview.key;"/>
<label value="&hotkeys.categoryview;"/>
<label class="key" value="&hotkeys.day.key;"/>
<label value="&hotkeys.day;"/>
</row>
<row>
<label class="key" value="&hotkeys.summaryview.key;"/>
<label value="&hotkeys.summaryview;"/>
<label class="key" value="&hotkeys.week.key;"/>
<label value="&hotkeys.week;"/>
</row>
<row>
<label class="key" value="&hotkeys.query.key;"/>
<label value="&hotkeys.query;"/>
<label class="key" value="&hotkeys.month.key;"/>
<label value="&hotkeys.month;"/>
</row>
<row>
<label class="key" value="&hotkeys.previous.key;"/>
<label value="&hotkeys.previous;"/>
<label class="key" value="&hotkeys.up.key;"/>
<label value="&hotkeys.up;"/>
</row>
<row>
<label class="key" value="&hotkeys.next.key;"/>
<label value="&hotkeys.next;"/>
<label class="key" value="&hotkeys.down.key;"/>
<label value="&hotkeys.down;"/>
</row>
<row>
<label class="key" value="&hotkeys.today.key;"/>
<label value="&hotkeys.today;"/>
</row>
</rows>
</grid>
</dialog>